SetTimeInfo. Set time information.
Request
<?xml version="1.0" encoding="utf-8"?>
<sdk guid="##GUID">
<timezone value="##value"/>
<summer
enable="##value"/>
<sync
value="##value"/>
<time
value="##value"/>
</in>
</sdk>
<!--
Description:
1. Sdk.guid is the guid value obtained through the negotiation of the SDK protocol version.
2. timezone.value:
The time zone string must start
with (UTC+hh:mm), for example:
(UTC+08:00)Beijing,Chongqing,HongKong,Urumchi.
3. summer.enable: Whether to enable daylight saving time, the value range is {"true" (turning on daylight saving time), "false" (not turning on daylight saving time)}.
4. sync.value: Whether to enable automatic time
synchronization, the value range is {"none" (automatic synchronization is not
enabled), "gps" (gps), "network" (network time), "auto" (automatic timing, gps
access) When using gps to automatically select, otherwise use the network
calibration time.)}.
5. time.value: The UTC time of the device will be
set. This value will take effect when sync.value="none", otherwise
ignored.
-->
Respond
<?xml version="1.0" encoding="utf-8"?>
<sdk guid="##GUID">
<!--
Description:
1. Sdk.guid is the guid value obtained through the negotiation
of the SDK protocol version.
2. out.method ="SetTimeInfo"
3. out.result (The
error code refers to ErrorCode
-->